home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 37
/
CD Expert nº 37.iso
/
LastCall
/
lastcall.exe
/
stuff
/
lastcall.dxr
/
00069.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-03-27
|
282 b
|
13 lines
on extractRecipeStuff
global gRecipes, propList
propList = [:]
repeat with thisOne in gRecipes
repeat with X = 1 to count(thisOne)
thisProp = getPropAt(thisOne, X)
setaProp(propList, thisProp, 1)
end repeat
end repeat
sort(propList)
put propList
end